home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / maksiu / lists / amoslist-1197.lzh / AMOSLIST / 000115_amos-request@svcs1.digex.net_Mon Nov 10 16:34:38 1997.msg < prev    next >
Internet Message Format  |  1997-12-04  |  3KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail4.access.digex.net (8.8.5/8.8.5) with ESMTP id QAA01825
  3.     for <mcox@access.digex.net>; Mon, 10 Nov 1997 16:31:47 -0500 (EST)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id MAA20984
  6.     for amos-out; Mon, 10 Nov 1997 12:30:14 -0500 (EST)
  7. Received: from mail2.access.digex.net (mail2.access.digex.net [205.197.247.3])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id MAA20981
  9.     for <amos-list@svcs1.digex.net>; Mon, 10 Nov 1997 12:30:13 -0500 (EST)
  10. Received: from mailc.telia.com (root@mailc.telia.com [194.22.190.4])
  11.     by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id MAA14630
  12.     for <amos-list@access.digex.net>; Mon, 10 Nov 1997 12:30:07 -0500 (EST)
  13. Received: from d1o41.telia.com (root@d1o41.telia.com [195.67.252.241])
  14.     by mailc.telia.com (8.8.8/8.8.5) with ESMTP id SAA19215
  15.     for <amos-list@access.digex.net>; Mon, 10 Nov 1997 18:29:56 +0100 (MET)
  16. Received: from FOO.telia.com (t6o41p54.telia.com [195.67.253.114])
  17.     by d1o41.telia.com (8.8.5/8.8.5) with SMTP id SAA17598
  18.     for <amos-list@access.digex.net>; Mon, 10 Nov 1997 18:29:53 +0100 (MET)
  19. Message-Id: <199711101729.SAA17598@d1o41.telia.com>
  20. From: "Mike" <mikael.hiltunen@ostersund.mail.telia.com>
  21. To: "AMOS-list" <amos-list@access.digex.net>
  22. Subject: Multitasking & mouse movement
  23. Date: Mon, 10 Nov 1997 18:30:23 +0100
  24. MIME-Version: 1.0
  25. Content-Type: text/plain;
  26.     charset="iso-8859-1"
  27. Content-Transfer-Encoding: 7bit
  28. X-Priority: 3
  29. X-MSMail-Priority: Normal
  30. X-Mailer: Microsoft Outlook Express 4.71.1008.3
  31. X-MimeOle: Produced By Microsoft MimeOLE Engine V4.71.1008.3
  32. Status: O
  33. X-Status: 
  34.  
  35.  Hello,
  36.  
  37. I'm making a program in which I want to turn off multitasking. I've tried
  38. the 'Multi No' command from the Turbo Plus Extension. I've also tried using
  39. 'NUL=Execall(-132)' to turn it off.
  40. Well, both of these commands works great, the only problem I'm having is
  41. that the mouse moves really REALLY slow when I use em.
  42.  
  43. I've tried to put the mouse in mouse port #2 and read the coords using the
  44. AMCAF commands 'X=X Smouse' and 'Y=Y Smouse' which works just fine when
  45. multitasking is off. But I'd really like to be able to use mouse port #1
  46. instead, so is there any way to do this? Would it be possible to make such
  47. commands in AMCAF Chris?
  48.  
  49. I've also tried to read directly using 'X=Peek($DFF00A)' but then I would
  50. need some sort of resident program which can check this continuously...
  51. Anyone now how to do this (Asm?).
  52. Is there any other adresses for checking mouse movements except the $DFF00A
  53. and $DFF00B?
  54. Any ideas?
  55.  
  56. Thanks,
  57.  
  58.         // Mike
  59.  
  60.